|
Foxit PDF SDK
|
继承自 FoxitPDFSDKPython2._object .
Public 成员函数 | |
| def | TableCellData () |
| 构造函数。 | |
| def | TableCellData (data) |
| 拷贝构造函数。 更多... | |
| def | Set (cell_text_style, cell_fill_color, cell_text, cell_image, cell_margin) |
| 设置值。 更多... | |
静态 Public 属性 | |
| cell_fill_color = _fsdk.TableCellData_cell_fill_color | |
| 单元格的填充颜色。格式:0xAARRGGBB。 | |
| cell_image = _fsdk.TableCellData_cell_image | |
| 单元格的图像内容。 更多... | |
| cell_margin = _fsdk.TableCellData_cell_margin | |
| 内容与单元格边框之间的单元格边距。 更多... | |
| cell_text = _fsdk.TableCellData_cell_text | |
| 单元格的文本内容。 更多... | |
| cell_text_style = _fsdk.TableCellData_cell_text_style | |
| 单元格文本样式。 | |
此类表示表格单元格数据。
| def FoxitPDFSDKPython2.TableCellData.TableCellData | ( | data | ) |
拷贝构造函数。
| [in] | data | 另一个表格单元格数据对象,其值将被赋给当前对象。 |
| def FoxitPDFSDKPython2.TableCellData.Set | ( | cell_text_style, | |
| cell_fill_color, | |||
| cell_text, | |||
| cell_image, | |||
| cell_margin | |||
| ) |
设置值。
| [in] | cell_text_style | 单元格文本样式。 |
| [in] | cell_fill_color | 单元格的填充颜色。格式:0xAARRGGBB。 |
| [in] | cell_text | 单元格的文本内容。 |
| [in] | cell_image | 单元格的图像内容。 |
| [in] | cell_margin | 单元格边距。 |
|
static |
单元格的图像内容。
|
static |
内容与单元格边框之间的单元格边距。
|
static |
单元格的文本内容。